Fix stack corruption in the libxs python interface. domid_t is a short;
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 18:14:11 +0000 (19:14 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 18:14:11 +0000 (19:14 +0100)
commite59a11f58def99d6ff831bc63f508182f966b8c6
tree3700fcb7bf4b04f33b884c6f5bc2316043089cef
parente43071c7b1a81fe80595bb6a42214d1029e8a88d
Fix stack corruption in the libxs python interface. domid_t is a short;
instead use uint32_t like we do in xc.c.

Signed-off-by: John Levon <john.levon@sun.com>
tools/python/xen/lowlevel/xs/xs.c